h1 {
    color: #333;
    margin-bottom: 16px;
}

.Loveinput-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}

input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

button {
    padding: 12px;
    background-color: #d9534f;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

button:hover {
    background-color: #c9302c;
}

.result {
    margin-top: 20px;
}
